home *** CD-ROM | disk | FTP | other *** search
- This shows all of the report variables available.
-
- ^sfname
- leg(^sfname,"*")
- ^slname
- leg(^slname,"*")
- ^saddress1
- leg(^saddress1,"+")
- ^saddress2
- leg(^saddress2,"&")
- ^scity, ^sstate ^szip
- leg(^scity,"|") leg(^sstate,"\") leg(^szip,"$")
-
- ^sphone
- leg(^sphone,"%")
-
- ^sschool
- leg(^sschool,"?")
- ^sheight ^sweight
- leg(^sheight,"<") leg(^sweight,">")
- ^sdob
- leg(^sdob,";")
-
- ^1pgnname
- leg(^1pgnname,""")
- ^1pgnad1
- leg(^1pgnad1,":")
- ^1pgnad2
- leg(^1pgnad2,"+")
- ^1pgncity, ^1pgnstate ^1pgnzip
- leg(^1pgncity,"[") leg(^1pgnstate,"]") leg(^1pgnzip,"=")
- ^1pgnhphone ^1pgnwphone
- leg(^1pgnhphone,"#") leg(^1pgnwphone,"|")
-
- ^2pgnname
- leg(^2pgnname,""")
- ^2pgnad1
- leg(^2pgnad1,":")
- ^2pgnad2
- leg(^2pgnad2,"+")
- ^2pgncity, ^2pgnstate ^2pgnzip
- leg(^2pgncity,"[") leg(^2pgnstate,"]") leg(^2pgnzip,"!")
- ^2pgnhphone ^2pgnwphone
- leg(^2pgnhphone,".") leg(^2pgnwphone,"+")